home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
titans
/
beastboy.swf
/
scripts
/
DefineSprite_288
/
frame_16
/
DoAction.as
Wrap
Text File
|
2010-11-09
|
228b
|
17 lines
d = 50;
onenterframe = function()
{
d--;
if(d < 0)
{
_alpha = _alpha - 5;
if(_alpha <= 0)
{
delete onenterframe;
nextFrame();
stop();
}
}
};
stop();